services.h2o.hosts.<name>.tls.identity
Key / certificate pairs for the virtual host.
- Type
list of (submodule)- Default
[ ]- Example
[ { key-file = "/path/to/rsa.key"; certificate-file = "/path/to/rsa.crt"; } { key-file = "/path/to/ecdsa.key"; certificate-file = "/path/to/ecdsa.crt"; } ]- Declared
- <nixpkgs/nixos/modules/services/web-servers/h2o/default.nix>